home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / root / .mozilla / firefox / z38sgimj.default / chrome / userContent-example.css < prev   
Cascading Style Sheet File  |  2005-10-18  |  663b  |  36 lines

  1. /*
  2.  * Edit this file and copy it as userContent.css into your
  3.  * profile-directory/chrome/
  4.  */
  5.  
  6. /*
  7.  * This file can be used to apply a style to all web pages you view
  8.  * Rules without !important are overruled by author rules if the
  9.  * author sets any.  Rules with !important overrule author rules.
  10.  */
  11.  
  12. /*
  13.  * example: turn off "blink" element blinking
  14.  *
  15.  * blink { text-decoration: none ! important; }
  16.  *
  17.  */
  18.  
  19. /*
  20.  * example: give all tables a 2px border
  21.  *
  22.  * table { border: 2px solid; }
  23.  */
  24.  
  25. /*
  26.  * example: turn off "marquee" element
  27.  *
  28.  * marquee { -moz-binding: none; }
  29.  *
  30.  */
  31.  
  32. /* 
  33.  * For more examples see http://www.mozilla.org/unix/customizing.html
  34.  */
  35.  
  36.